home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / GETKEY.HDR < prev    next >
Text File  |  1994-04-25  |  712b  |  37 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _GetKey() --> nLastKeyCode
  8.  
  9. PARAMETERS:
  10.  
  11. None
  12.  
  13. SHORT:
  14.  
  15. Wait state INKEY(0)-like function.
  16.  
  17. DESCRIPTION:
  18.  
  19. _GetKey() is a WAIT STATE wait that pauses program execution until a key is
  20. pressed.  The Clipper INKEY() value of the key pressed is returned.
  21.  
  22. NOTE:
  23.  
  24.  
  25.  
  26. EXAMPLE:
  27.  
  28. t = _GetKey()
  29.  
  30. Result: Program pauses until a key is pressed. Key value is returned and
  31. assigned to "t".
  32.  
  33.  
  34.  
  35.  
  36. ******************************************************************************/
  37.